[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Function TotalMonths(Const Date:TimeDate):LongInt;

    This returns the total number of  months  that have passed (including
    the current month) since the year 0 (to the date in Date).

    Example

    Date := 6/3/2
    TotalMonths(Date) = 2 * 12 + 3 = 26

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson